C1.Web.Mvc Namespace / AutoCompleteBase<T> Class / ItemFormatter Property

In This Topic
ItemFormatter Property (AutoCompleteBase<T>)
In This Topic
Gets or sets a function used to customize the values shown in the drop-down list.
Syntax
'Declaration
 
<JsonConverterAttribute(C1.JsonNet.Converters.FunctionConverter)>
Public Property ItemFormatter As String
 
Remarks
The function takes two arguments, the item index and the default text or html, and returns the new text or html to display.
See Also